You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > TOpenCLVector Class > TOpenCLVector Methods > TOpenCLVector.Shift Method
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
TOpenCLVector.Shift Method

Shift vector elements left or right in the array.

Syntax
C#
Visual Basic
public TOpenCLVector Shift([In] TOpenCLMtxVec Vec, int Offset);

Shifts Vec vector elements and stores the result in the calling object. The number of elements to shift is specified in the Offset parameter. Offset can be any integer number, positive or negative.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!